Re: Images in Database

Поиск
Список
Период
Сортировка
От M. Bastin
Тема Re: Images in Database
Дата
Msg-id a06020416bc8b2970678e@[192.168.0.101]
обсуждение исходный текст
Ответ на Images in Database  (Paulo Jorge de Oliveira Cantante de Matos <pocm@mega.ist.utl.pt>)
Список pgsql-novice
You have 2 possibilities, the bytea data type or the large object
mechanism.  The bytea is generally the best because it is the most
flexible.  For a discussion comparing the two you can read the
relevant part of the pgSQL4RB manual which you can get here:
<http://aliacta.com/download>

Marc

>Possible, and this is called BLOB data type. Binary large object.

>  > Is it possible to have an image object in a database, like a gif, bmp,
>  > jpeg, no matter which format?

В списке pgsql-novice по дате отправления:

Предыдущее
От: Aarni Ruuhimäki
Дата:
Сообщение: Re: Upgrading PostgreSQL
Следующее
От: "Marcus Andree S. Magalhaes"
Дата:
Сообщение: problem (bug?) when killing client program